home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / tess / tess-1.0 / Groups.h < prev    next >
Encoding:
Text File  |  1992-06-30  |  347 b   |  21 lines

  1. #import "p1.h"
  2. #import "p2.h"
  3. #import "pm.h"
  4. #import "pg.h"
  5. #import "cm.h"
  6. #import "pmm.h"
  7. #import "pmg.h"
  8. #import "pgg.h"
  9. #import "cmm.h"
  10. #import "p4.h"
  11. #import "p4m.h"
  12. #import "p4g.h"
  13. #import "p3.h"
  14. #import "p3m1.h"
  15. #import "p31m.h"
  16. #import "p6.h"
  17. #import "p6m.h"
  18.  
  19. enum Groups {P1=0,P2,PM,PG,CM,PMM,PMG,PGG,CMM,P4,P4M,P4G,P3,P3M1,P31M,P6,P6M};
  20.  
  21.